/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #222;
}
body {
  min-width: 1360px;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
}
img,
a,
span {
  display: block;
}
img {
  max-width: 100%;
}
hr {
  border: none;
}
.page {
  width: 92%;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
input,
textarea,
button {
  font-family: inherit;
  display: block;
}
button {
  background-color: transparent;
  border: none;
}
html,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei";
  color: #333;
}
.iconfont {
  user-select: none;
}
.icon-remen {
  color: #e83417;
}
.swiper-btn {
  width: 100%;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.swiper-btn .iconfont {
  cursor: pointer;
}
.bs_con {
  line-height: 1.75;
  padding: 25px 0;
}
.bs_con p {
  font-weight: lighter;
  text-indent: 2rem;
}
.bs_con img {
  margin: 0 auto;
  height: auto !important;
}
p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline;
}
p[style] img {
  display: inline-block;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  width: auto !important;
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
}
/* 幻灯片 */
.index_banner {
  position: relative;
  overflow: hidden;
}
.index_banner img {
  width: 100%;
}
.index_banner .swiper-btn {
  transition: 0.3s all ease-in-out;
}
.index_banner .swiper-btn .iconfont {
  width: 50px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 50px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.index_banner .swiper-btn .iconfont:hover {
  opacity: 0.6 !important;
}
.index_banner .swiper-btn .banner-next {
  transform: scaleX(-1);
}
.index_banner:hover .swiper-btn {
  padding: 0 20px;
}
.index_banner:hover .swiper-btn .iconfont {
  opacity: 0.3;
}
.banner2 img {
  width: 100%;
  display: block;
}
